Perform this task to configure an Open Shortest Path First Version 3 (OSPFv3) instance for a specific circuitless IP address on the Global Router (GRT).
enable
configure terminal
router ospf
ipv6 area {A.B.C.D}
end
router ospf ipv6-enable
interface loopback <1-256>
ipv6 interface address WORD<0-255>
ipv6 ospf [<1-256>] area {A.B.C.D}
ipv6 ospf [<1-256>] enable
Configuring the OSPFv3 instance on the loopback interface on the GRT:
Switch:1>enable Switch:1#configure terminal Switch:1(config)#router ospf Switch:1{config-ospf)#ipv6 area 192.2.0.1 Switch:1(config-ospf)#end Switch:1(config)#router ospf ipv6-enable Switch:1(config)#interface Loopback 2 Switch:1(config-if)#ipv6 interface address 2001::10:10:0:1/128 Switch:1(config-if)#ipv6 ospf 2 area 192.2.0.1 Switch:1(config-if)#ipv6 ospf 2 enable